home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / com_net / net / pronet / install / english / makebootdisk < prev    next >
Text File  |  2000-01-01  |  1KB  |  38 lines

  1. echo "This script creates a Bootdisk for ProNET, which you can use"
  2. echo "to boot another Amiga as a Server. (I use it for my 500 with"
  3. echo "CD and one Drive). That will save you from having to copy"
  4. echo "some files.."
  5. echo ""
  6. ask "Do you want to continue ?"
  7. if $rc eq 5
  8.  resident >nil: c:copy pure
  9.  makedir t:pronet
  10.  echo ""
  11.  echo "Please insert a fitting Workbench disk now, that means, for"
  12.  echo "OS1.3 the Workbench1.3 disk etc. (in DF0:)"
  13.  ask "Press <RETURN>.."
  14.  echo "..copying.."
  15.  copy >nil: df0:c/run df0:c/cd df0:c/dir df0:c/type to t:pronet
  16.  echo ""
  17.  echo "Now the boot disk will be formatted:"
  18.  format drive df0: name ProNET-Boot noicons
  19.  install df0:
  20.  echo "..copying files.."
  21.  makedir ProNET-Boot:c
  22.  makedir ProNET-Boot:s
  23.  makedir ProNET-Boot:devs
  24.  makedir ProNET-Boot:l
  25.  echo >ProNET-Boot:s/startup-sequence "run pronet-server"
  26.  copy >nil: t:pronet/#? to ProNET-Boot:c
  27.  copy >nil: /pronet.config to ProNET-Boot:devs
  28.  copy >nil: //devs/pronet.device to ProNET-Boot:devs
  29.  copy >nil: //c/#? to ProNET-Boot:c
  30.  copy >nil: //l/#? to ProNET-Boot:l
  31.  echo ""
  32.  echo "You can remove the disk now. This disk starts the"
  33.  ask "'pronet.device' as unit 1 !"
  34.  resident copy remove
  35.  delete >nil: t:pronet all
  36. endif
  37. endcli
  38.